home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Workspace
/
Sced
/
Source
/
ScedApp.h
< prev
next >
Wrap
Text File
|
1993-02-02
|
184b
|
13 lines
#import <appkit/appkit.h>
@interface ScedApp:Application
{
}
- appDidInit:sender;
- (int)openFile:(const char *)fullPath ok:(int *)flag;
- (BOOL)appAcceptsAnotherFile:sender;
@end